home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15304 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: cs.tu-berlin.de!jutta
  2. From: jutta@cs.tu-berlin.de (Jutta Degener)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: itoa() in C for unix >>>
  5. Date: 18 Apr 1996 11:49:46 GMT
  6. Organization: Technical University of Berlin, Germany
  7. Message-ID: <4l5a8q$8m7@news.cs.tu-berlin.de>
  8. References: <1996Apr12.121207@topaz> <DpwpuM.Iop@ceco.ceco.com> <3172B351.1776@braunschweig.netsurf.de> <4l35f4$qe6@info1.sdrc.com>
  9. NNTP-Posting-Host: kugelbus.cs.tu-berlin.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13.  
  14. larry.jones@sdrc.com (Larry Jones) writes:
  15.  
  16. >In article <3172B351.1776@braunschweig.netsurf.de>, Dieter Luecking
  17. >> <luecking@braunschweig.netsurf.de> writes:
  18. >> Notice: itoa() is NOT ANSI, however _itoa() is ANSI. Thus look for _itoa().
  19. >
  20. > No, it's not.  There are *no* ANSI/ISO standard names that begin with
  21. > an underscore -- such names are generally reserved for implementation-
  22. > specific things.
  23.  
  24. Note that the character at the beginning of __LINE__, __FILE__, and
  25. __STDC__, while frequently typeset as an underscore, is actually an
  26. extremely lower-case dash.
  27.  
  28. (But, yes, the bit about _itoa being ANSI is nonsensical, and Larry is
  29. right as far as function names are concerned.)
  30.  
  31. Jutta
  32.